var unicode/utf8.first
9 uses
unicode/utf8 (current package)
utf8.go#L65: var first = [256]uint8{
utf8.go#L109: x := first[p[0]]
utf8.go#L129: x := first[s[0]]
utf8.go#L157: x := first[p0]
utf8.go#L205: x := first[s0]
utf8.go#L411: x := first[c]
utf8.go#L446: x := first[c]
utf8.go#L504: x := first[pi]
utf8.go#L550: x := first[si]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |